home *** CD-ROM | disk | FTP | other *** search
-
-
- <!-- DESCRIPTION: This will create a button on your webpage
- that will allow the user to view your HTML code.
-
- INSTRUCTIONS: Place this script in anywhere on your page
- you want the button to show up.
-
- FUNCTIONALITY: Works in Netscape only. The button will
- show up in IE but will not do anything when clicked.
-
- //Modified by CoffeeCup Software (www.coffeecup.com)
- -->
-
- <CENTER><FORM><INPUT TYPE="BUTTON" VALUE="View Source"
- onClick= 'window.location = "view-source:" + window.location.href'
- </FORM></CENTER>